This delegate is used to create new items. If it is null, a public parameterless constructor of type T is used.

Namespace:  C1.LiveLinq
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
Func<T> CreateNew { get; }
Visual Basic
ReadOnly Property CreateNew As Func(Of T)
	Get

See Also